projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e5200a
)
(clear_mouse_face): Don't return if tip_frame is
author
Gerd Moellmann
<gerd@gnu.org>
Thu, 4 Jan 2001 20:32:20 +0000
(20:32 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Thu, 4 Jan 2001 20:32:20 +0000
(20:32 +0000)
non-nil.
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index fc86cd979c00e5207961a010259a2bacd69e158c..1581b23c981e00a61377cf593c8480375c4fefd8 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-7290,8
+7290,11
@@
void
clear_mouse_face (dpyinfo)
struct x_display_info *dpyinfo;
{
+#if 0 /* This prevents redrawing tool bar items when changing
+ from one to another, so don't do it. */
if (!NILP (tip_frame))
return;
+#endif
if (! NILP (dpyinfo->mouse_face_window))
show_mouse_face (dpyinfo, DRAW_NORMAL_TEXT);